home *** CD-ROM | disk | FTP | other *** search
-
- /* DirView.m */
- "CANT_OPEN_TITLE" = "Can't Open";
- "CANT_OPEN_ALERT" = "%s"; /* %s is filename */
-
- /* EditDriver.m */
- "REVIEW_TITLE" = "Review Unsaved";
- "QUIT_TITLE" = "Quit";
- "EDITED_WINDOWS_ALERT" = "There are edited windows.";
- "SOURCE_TITLE" = "Source";
- "NO_TAG_ALERT" = "No tag entry for %s."; /* %s is search word */
- "CAUTION_TITLE" = "Caution";
- "CAUTION_ALERT" = "This file is executable";
- "OPEN_TITLE" = "Open";
- "NO_NAME_ALERT" = "No File Name";
- "CANT_ACCESS_ALERT" = "Can't open %s";
- "NO_WORKSPACE_ALERT" = "Couldn't contact Workspace";
- "UNTITLED_DOC_ALERT" = "Can't do this operation from an untitled document";
-
-
- /* EditText.m */
- "LOADING_ERROR_TITLE" = "Loading File";
- "TOO_MANY_CHARS_ALERT" = "File has too many characters on a single line. File was not fully loaded.";
- "READ_ERROR_ALERT" = "Error in reading file.";
- "RTF_ERROR_ALERT" = "Error in reading RTF file.";
- "SOURCE_TOO_LONG_ALERT" = "Source cannot be more than 1024 characters.";
- "ILLEGAL_REG_EXPR_ALERT" = "Illegal regular expression pattern.";
- "NOT_FOUND_ALERT" = "Not found.";
- "NO_SOURCE_ALERT" = "No source for operation.";
-
- /* EditView.m */
- "INVALID_CLASS_TITLE" = "Invalid class";
- "INVALID_CLASS_ALERT" = "%s"; /* %s is class name */
-
- "FILE_SYSTEM_ERROR_TITLE" = "File system error";
- "FILE_SYSTEM_ERROR_ALERT" = "%s"; /* %s is file name */
-
- /* UnixView.m */
- "MANUAL_TITLE" = "Manual";
- "MAN_ALERT" = "Unable to find man entry for %s";
-
- /* FileView.m */
- "CLOSE_TITLE" = "Close";
- "SAVE_TITLE" = "Save";
- "WRITE_PROTECT_ALERT" = "The file %s is write protected. Do you want to overwrite?";
- "DELETE_TEMP_ALERT" = "The temporary file %s already exists. Delete?";
- "OTHER_EDITING_ALERT" = "%s has been edited by someone else. Do you want to overwrite?";
- "SAVE_CHANGE_ALERT" = "Save changes to %s?";
- "REVERT_TITLE" = "Revert";
- "REVERT_ALERT" = "Do you want to revert changes to %s?";
-
- /* Preferences.m */
- "PREFERENCES_TITLE" = "Preferences";
-
- /* TextPreferences.m */
- "MODE_SYNTAX_ALERT" = "Incorrect syntax for modes.";
- "INDENT_WIDTH_ALERT" = "Indent width must be greater than zero.";
- "TAB_WIDTH_ALERT" = "Tab width must be greater than zero.";
- "ASCII_EXPAND_ALERT" = "Ascii expand level must be greater than zero.";
- "RTF_EXPAND_ALERT" = "RTF expand level must be greater than zero.";
-
- /* GlobalPreferences.m */
- "Default width must be greater than zero.";
- "Default height must be greater than zero.";
- "FONT_SIZE_ALERT" = "Font size must be greater than zero.";
- "FONT_NAME_ALERT" = "Invalid font name.";
-
- /* CPreferences.m */
- "INVALID_TAG_PATH_ALERT" = "Invalid tag path.";
- "TAG_PATH_TOO_LONG_ALERT" = "Tag path too long (must be less that 1024 characters).";
- "INVALID_INCLUDE_PATH_ALERT" = "Invalid include path.";
-
- /* streamSearch.m */
- "REG_EXPR_TITLE" = "Regular Expression Error";
- "NO_PATTERN_ALERT" = "No pattern supplied";
- "PATTERN_TOO_LONG_ALERT" = "Pattern too long";
- "INVALID_CHAR_CLASS_ALERT" = "Invalid character class";
- "PARTIAL_ALERT" = "Too many partials";
- "INVALID_PARTIAL_ALERT" = "Invalid partial";
- "INVALID_RANGE_ALERT" = "Invalid range";
- "RANGE_TOO_LARGE_ALERT" = "Range too large";
- "TOO_MANY_ARGS_ALERT" = "Too many arguments";
- "MISSING_BRACKET_ALERT" = "Missing }";
- "RANGE_COMPARE_ALERT" = "1st range > 2nd range";
- "INVALID_PATTERN_ALERT" = "Invalid pattern";
-
- /* EditUtils.m */
- "CANT_OPEN" = "Can't open %s";
-
-
- /* LinkMgr.m */
- "NO_LINK_MGR_TITLE" = "Object Links";
- "NO_LINK_MGR_ALERT" = "Can't read object links.";
- "PASTE_LINK_TITLE" = "Paste Link";
- "PASTE_LINK_ALERT" = "Unable to paste link %s.";
- "NO_LINK_TITLE" = "Paste Link";
- "NO_LINK_ALERT" = "No link graphics found";
- "NO_LINK_MGR_TITLE" = "Object Links";
- "NO_LINK_MGR_ALERT" = "Linking is disabled for this document";
-
-